home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / util / flyPlugin / cstm1dlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-18  |  1.2 KB  |  51 lines

  1. #if !defined(AFX_CSTM1DLG_H__40D36E34_7D66_11D2_9263_000021799871__INCLUDED_)
  2. #define AFX_CSTM1DLG_H__40D36E34_7D66_11D2_9263_000021799871__INCLUDED_
  3.  
  4. // cstm1dlg.h : header file
  5. //
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CCustom1Dlg dialog
  9.  
  10. class CCustom1Dlg : public CAppWizStepDlg
  11. {
  12. // Construction
  13. public:
  14.     CCustom1Dlg();
  15.     virtual BOOL OnDismiss();
  16.  
  17. // Dialog Data
  18.     //{{AFX_DATA(CCustom1Dlg)
  19.     enum { IDD = IDD_CUSTOM1 };
  20.     CListBox    m_classes;
  21.     CEdit    m_classname;
  22.     //}}AFX_DATA
  23.  
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CCustom1Dlg)
  28.     protected:
  29.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.     // Generated message map functions
  35.     //{{AFX_MSG(CCustom1Dlg)
  36.     afx_msg void OnAdd();
  37.     afx_msg void OnRemove();
  38.     afx_msg void OnUp();
  39.     afx_msg void OnDown();
  40.     afx_msg void OnPaint();
  41.     virtual BOOL OnInitDialog();
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_CSTM1DLG_H__40D36E34_7D66_11D2_9263_000021799871__INCLUDED_)
  51.